/*-----------------初始化---------------------*/

.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*固定的悬浮窗*/

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 300px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 185px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 60px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #0362b3 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #0362b3 url(../images/fixCont.png) no-repeat 0 -127px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background:#0362b3 url(../images/fixCont.png) no-repeat 0 -64px;
}
.yb_bar .yb_ercode {
	/*height:300px;*/

	background:#0362b3 url(../images/fixCont.png) no-repeat 0 -191px;
}
.hd_qr {
	padding: 0 29px 25px 29px;filter:alpha(opacity=1);opacity:1;
}
.yb_QQ a {
	display: block;
	text-indent: 60px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.yb_QQ a:hover{ text-decoration:none; color:#dcf2ff;}